gtkwindow: Reset maximize / fullscreen_initially on state changes
authorJasper St. Pierre <jstpierre@mecheye.net>
Thu, 2 Jul 2015 00:25:23 +0000 (17:25 -0700)
committerJasper St. Pierre <jstpierre@mecheye.net>
Thu, 2 Jul 2015 00:50:23 +0000 (17:50 -0700)
commit862e0dab03e12c2fb1f6d99dd85c588dccc15dbc
treebf10023187292b65504af41f2e108028470d7d00
parente67b4874eb5192be62f46240f96bf94a22c562db
gtkwindow: Reset maximize / fullscreen_initially on state changes

Since 740bcf5, we use these properties to properly compute shadow widths
for unmapped windows. If a client calls gtk_window_maximize and a window
manager unmaximizes a window, we should draw borders, so we need to
reset these when we get the property notification.
gtk/gtkwindow.c